home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / Drakojan.swf / scripts / frame_5792 / PlaceObject2_1324_178 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2006-07-21  |  342b  |  17 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.dropship1._currentframe < 6)
  3.    {
  4.       this._x = _root.dropship1._x + 0;
  5.       this._y = _root.dropship1._y + 0;
  6.       stop();
  7.    }
  8.    if(_root.ds1._currentframe < 2)
  9.    {
  10.       if(_root.dropship1._currentframe > 6)
  11.       {
  12.          _root.ds1.nextFrame();
  13.          stop();
  14.       }
  15.    }
  16. }
  17.